home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
lynxlib.zoo
/
s
/
gdos.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-03-14
|
243 b
|
10 lines
.globl _gdos_there
_gdos_there:
move.w #-2, d0 ; VDI function -2 seems to test if GDOS is there.
trap #2 ; It returns -2 if it is NOT there
cmp.w #-2, d0
sne d0 ; set d0.b to $FF if the cmp turned out equal.
ext.w d0
rts